DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews.Xml Namespace / XHint Class / Explicit Type Conversion Operator / Explicit Type Conversion(Nullable<Single>,XHint) Operator
The XHint to convert.

In This Topic
    Explicit Type Conversion(Nullable<Single>,XHint) Operator
    In This Topic
    Converts the specified XHint to a nullable System.Single.
    Syntax
    'Declaration
     
    Overloads Public Operator Narrowing CType( _
       ByVal hint As XHint _
    ) As Nullable(Of Single)
    public Nullable<float> operator explicit( 
       XHint hint
    )

    Parameters

    hint
    The XHint to convert.

    Return Value

    The nullable System.Single to which this operator converts.
    See Also